TCollections.CreateStack<T>(T[]) Method

Represents method CreateStack<T>(T[]).

Namespace: Spring.Collections
public
 class function CreateStack<T>(const values: array of T): IStack<T>; overload; static;

Type Parameters

T

Parameters

values
Type: array of T

Return Value

Type: IStack<T>